/*.row {border-top:1px solid #ddd}*/
.row em {
    font-style: normal;
}

#btnCartContinueShopping {
    display: none
}

SELECT {
    font-size: smaller;
    padding: .1rem !important;
    height: calc(1.5rem + 1px) !important;
}

optgroup:before {
    content: attr(label);
    display: block;
    background: black;
    color: white;
}

SELECT option, SELECT option[disabled] {
    background: white;

}

#privacyChrome {
    background: white;
}

DIV.itemtopborder {
    border-top: 1px solid #ccc;
}

DIV.item {
    border-bottom: 1px solid #ccc;
    min-height: 60px;
}

#dimmer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}


.btn-best-seller {
    display: inline;
    color: white;
    background-color: #3C9591;
    padding: 3px;
    font-size: 0.8rem;
    border-radius: 5px;
    vertical-align: middle;
}

.btn-more-info {
    padding: 4px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
    border-radius: 5px;
    font-size: 0.8rem;
    cursor: pointer;
    vertical-align: middle;
    background-color: #dd9207!important;
    max-width: 65px;
    border-bottom: 3px solid #1f504e;
    text-align: center;
    color: #fff;
}

.btnAdd {
    border-bottom: 3px solid #1f504e;
}

.newIcon20auto {
    padding-top: 4px;
    width: 20px;
    height: auto;
}

.td-package-name {
    padding-left: 7px !important;
    padding-right: 7px !important;
    border-left: none !important;
    width: 500px !important;
    text-align: left !important;
}


.popup-regular {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
    margin-right: 21%;
    top: -10px;

}

/* The actual popup */
.popup-regular .popuptext {
    display: none;
    width: 170px;
    background-color: #dd9207;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1050;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup-regular .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.table-header-rotated2 td {
    width: 40px;
    vertical-align: middle;
    text-align: left;
    font-size: 1rem;
    padding: 0.20rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    text-align: center;
}

.table-header-rotated2 th.rotate-45 {
    height: 140px;
    vertical-align: bottom;
    padding: 0;
    font-size: 12px;
    line-height: 0.8;
    left: 60px;

}

.table-header-rotated2 th.rotate-45 > div {
    position: relative;
    background-color: white;
    left: 70px;
    height: 100%;
    transform: skew(-45deg, 0deg);
    overflow: hidden;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: white;
    color: #3C9591;

}

.table-header-rotated2 th.rotate-45 span {
    transform: skew(45deg, 0deg) rotate(315deg);
    position: absolute;
    bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
    left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
    display: inline-block;
    width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
    text-align: left;
    font-weight: normal;

}


.table-header-rotated td {
    width: 40px;
    vertical-align: middle;
    text-align: left;
    font-size: 1rem;
    padding: 0.20rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    text-align: center;
}

.table-header-rotated th.rotate-45 {
    height: 140px;
    vertical-align: bottom;
    padding: 0;
    font-size: 12px;
    line-height: 0.8;
    left: 60px;

}

.table-header-rotated th.rotate-45 > div {
    position: relative;
    background-color: white;
    left: 70px;
    height: 100%;
    transform: skew(-45deg, 0deg);
    overflow: hidden;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    background-color: white;
    color: #3C9591;

}

.table-header-rotated th.rotate-45 span {
    transform: skew(45deg, 0deg) rotate(315deg);
    position: absolute;
    bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
    left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
    display: inline-block;
    width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
    text-align: left;
    font-weight: normal;

}

.table-borderless > tbody > tr > td {

    border: 1px solid #dddddd;
    text-align: center;

}

.table-borderless {

    width: 94%;
}
.table-borderless2 > tbody > tr > td {

    border: 1px solid #dddddd;
    text-align: center;
}
.table-borderless2 {

    width: 96%;
}

.btnDelete {
    color: white;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
    border-radius: 5px;
    background-color: teal;
    font-size: 0.8rem;
    text-align: center;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btnDelete:hover {
    color: #043f72 !important;
}



.btnDelete {
    color: white;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
    border-radius: 5px;
    background-color: teal;
    font-size: 0.8rem;
    text-align: center;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


#num-people-dis {
    min-width: 120px;
    height: 25px;
    background-color: transparent;
    right: 15px;
    position: absolute;
    display: none;
}

#affiliate-dis {
    min-width: 230px;
    height: 25px;
    background-color: transparent;
    right: 134px;
    position: absolute;
    display: none;
}

#combo-x {
    cursor: pointer
}

@media only screen and (max-width: 600px) {
    .display-price {
        display: inline;
    }

    #new_select {
        min-width: 120px;
    }

    .popup-regular {
        position: relative;
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        float: right;
        margin-right: 45% !important;
        top: -10px;
    }

    #num_people {
        width: 90px !important;
    }

}

@media only screen and (min-width: 600px) {
    .display-price {
        display: inline-block;

    }

    #num_people {
        width: 120px;
    }

    #new_select {
        min-width: 230px;
    }

}

@media only screen and (max-width: 767px) {
    #cart-container{
        margin-top: 50px;
    }
    .cart-mobile {
        padding-left: 1px !important;
        text-align: left !important;

    }

    .checkout {
        padding: 2px !important
    }

    .cart-mobile-div {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .top-choice-text {
        max-width: 80%
    }

    .top-choice-img {
        max-width: 20%;
    }

}

@media only screen and (min-width: 1200px) {

    .pricing-par {
        flex: 0 0 41.6%;
        max-width: 41.6%;
    }

    .compare-par {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .select-par {
        flex: 0 0 12.666667%;
        max-width: 12.666667%;
    }

    .cer-for-large {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

}


@media only screen and (max-width: 1200px) {
    #compare {
        display: none;
        width: 98%;
        left: 1%;
        position: fixed;
        top: 150px;
    }
}

@media only screen and (min-width: 1200px) {
    #compare {
        display: none;
        width: 90%;
        left: 5%;
        position: fixed;
        top: 150px;
    }

    @media only screen and (min-width: 1600px) {
        #compare {
            display: none;
            width: 70%;
            left: 15%;
            position: fixed;
            top: 150px;
        }
    }